Move Target
@Serializable
Information about different types of targets that moves can be directed at during battle. Targets can be Pokémon, environments or even other moves. See: https://pokeapi.co/docs/v2#move-targets
Parameters
id
The identifier for this resource.
name
The name for this resource.
descriptions
The description of this resource listed in different languages.
moves
A list of moves that are directed at this target.
names
The name of this resource listed in different languages.
Constructors
Link copied to clipboard
constructor(id: Int, name: String, descriptions: List<Description>, moves: List<Handle.Named<Move>>, names: List<Name>)